object Password: TPassword Left = 192 Top = 107 BorderIcons = [] BorderStyle = bsToolWindow Caption = 'Enter Password' ClientHeight = 102 ClientWidth = 291 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label2: TLabel Tag = 59 Left = 8 Top = 52 Width = 46 Height = 13 Caption = 'Password' end object Label1: TLabel Tag = 58 Left = 8 Top = 8 Width = 273 Height = 33 AutoSize = False Caption = 'TweakAll 2 is currently locked. Please enter a password to cont' + 'inue.' WordWrap = True end object edtPassword: TEdit Left = 64 Top = 48 Width = 217 Height = 21 PasswordChar = '*' TabOrder = 0 end object btnCancel: TBitBtn Tag = 17 Left = 8 Top = 72 Width = 75 Height = 25 TabOrder = 1 Kind = bkCancel end object btnOK: TBitBtn Tag = 15 Left = 208 Top = 72 Width = 75 Height = 25 TabOrder = 2 Kind = bkOK end end